Package com.netscape.cmstools.nss
Class NSSCertShowCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.nss.NSSCertShowCLI
-
Field Summary
FieldsFields inherited from class org.dogtagpki.cli.CLI
description, exitOnError, formatter, modules, name, options, parent, parser, verbose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(org.apache.commons.cli.CommandLine cmd) org.mozilla.jss.crypto.X509CertificatefindCertByCertFile(org.mozilla.jss.crypto.CryptoStore cryptoStore, String certFile, String certFormat) org.mozilla.jss.crypto.X509CertificatefindCertByNickname(String nickname) voidMethods inherited from class org.dogtagpki.cli.CommandCLI
execute, parseOptionsMethods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, executeCommand, executeCommands, findModule, findModules, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, handleException, isDeprecated, parseLine, printVersion, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
NSSCertShowCLI
-
-
Method Details
-
printHelp
public void printHelp() -
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
findCertByNickname
- Throws:
Exception
-
findCertByCertFile
public org.mozilla.jss.crypto.X509Certificate findCertByCertFile(org.mozilla.jss.crypto.CryptoStore cryptoStore, String certFile, String certFormat) throws Exception - Throws:
Exception
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-